Skip to content

Fix Pods installation error due to error format in the podfile#1

Open
esikmalazman wants to merge 29 commits intoayunav:masterfrom
esikmalazman:migrate/swift
Open

Fix Pods installation error due to error format in the podfile#1
esikmalazman wants to merge 29 commits intoayunav:masterfrom
esikmalazman:migrate/swift

Conversation

@esikmalazman
Copy link

@esikmalazman esikmalazman commented Apr 5, 2023

The issue

  • After executing the pod installs from CLI, it throws an error which is attached below :
    [!] The abstract target Pods must specify a platform since its dependencies are not inherited by a concrete target.

Resolution

  • I specify the target on which platform that pod needs to install and indicate when the installation should end

cc @ayunav

Latest Podile Format :


use_frameworks!

pod 'ChameleonFramework'
pod 'Parse', '~> 1.9'
pod 'ParseUI', '~> 1.1'
pod 'AFNetworking', '~> 2.6'
pod 'SDWebImage', '~> 3.7'
pod 'IQKeyboardManager', '~> 3.3'
pod 'FlatUIKit'
pod 'Unirest', '~> 1.1.4'

end```

Previous Podfile Format :


pod 'ChameleonFramework'
pod 'Parse', '~> 1.9'
pod 'ParseUI', '~> 1.1'
pod 'AFNetworking', '~> 2.6'
pod 'SDWebImage', '~> 3.7'
pod 'IQKeyboardManager', '~> 3.3'
pod 'FlatUIKit'
pod 'Unirest', '~> 1.1.4'

esikmalazman and others added 29 commits April 5, 2023 07:32
…ot apply style due to changes in iOS 15 UINavigationBarApperance API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant